home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / g_man / cat3 / standard / cyclemap.z / cyclemap
Encoding:
Text File  |  1998-10-20  |  2.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ccccyyyycccclllleeeemmmmaaaapppp((((3333GGGG))))                                                      ccccyyyycccclllleeeemmmmaaaapppp((((3333GGGG))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ccccyyyycccclllleeeemmmmaaaapppp - cycles between color maps at a specified rate
  10.  
  11. CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
  12.      vvvvooooiiiidddd ccccyyyycccclllleeeemmmmaaaapppp((((dddduuuurrrraaaattttiiiioooonnnn,,,, mmmmaaaapppp,,,, nnnnxxxxttttmmmmaaaapppp))))
  13.      sssshhhhoooorrrrtttt dddduuuurrrraaaattttiiiioooonnnn,,,, mmmmaaaapppp,,,, nnnnxxxxttttmmmmaaaapppp;;;;
  14.  
  15. PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
  16.      _d_u_r_a_t_i_o_n   expects the number of vertical traces before switching to the
  17.                 map named by _n_x_t_m_a_p.
  18.  
  19.      _m_a_p        expects the number of the map to use bbbbeeeeffffoooorrrreeee completing the
  20.                 number of vertical sweeps specified by _d_u_r_a_t_i_o_n.
  21.  
  22.      _n_x_t_m_a_p     expects the number of the map to use aaaafffftttteeeerrrr completing the
  23.                 number of vertical sweeps specified by _d_u_r_a_t_i_o_n.
  24.  
  25. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  26.      When the system is in multimap mode, ccccyyyycccclllleeeemmmmaaaapppp allows you to switch from
  27.      one color map to another after a specified duration.  In multimap mode
  28.      there are 16 color maps, numbered 0-15. You can use ccccyyyycccclllleeeemmmmaaaapppp within a
  29.      loop if you want to cycle through more than one map.
  30.  
  31. EEEEXXXXAAAAMMMMPPPPLLLLEEEE
  32.      The code fragment sets up multimap mode and cycle between two maps,
  33.      leaving map 1 on for ten vertical retraces and map 3 on for five
  34.      retraces.
  35.  
  36.           multimap();
  37.           gconfig();
  38.           cyclemap(10, 1, 3);
  39.           cyclemap(5, 3, 1);
  40.  
  41. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  42.      blink, gconfig, multimap
  43.  
  44. NNNNOOOOTTTTEEEESSSS
  45.      This routine is available only in immediate mode and cannot be used in
  46.      onemap mode.
  47.  
  48.      ccccyyyycccclllleeeemmmmaaaapppp is not supported on Iris Entry, Indy, XL, XS, XS24, XZ, Elan and
  49.      Extreme systems and IRIS-4D RealityEngine systems.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.